xfi:identical-node-set

xs:boolean=xfi:identical-node-set( $left as node()*, $right as node()*)

Last updated on 06-03-2008 at 22:40:00.

Sets are formed from the nodes in each sequence, removing duplicates in the process of forming sets. Returns true if for every node in the left sequence's set there is an identical node in the right sequence's set, and the sets have the same count of members.

XBRL 2.1 Section 4.10

OIM Status

Unsupported

Parameters

Name Type Details
left node()* The first node or sequence of nodes.
right node()* The second node or sequence of nodes.

Output

Type: xs:boolean

Sets are formed from the nodes in each sequence, removing duplicates in the process of forming sets. Returns true if for every node in the left sequence's set there is an identical node in the right sequence's set, and the sets have the same count of members.

Conformance suite

80205 xfi.identical-node-set testcase.xml [ download ]

Owners

Name Affiliation Email Start End
Herm Fischer UBMatrix / Mark V Systems fischer@markv.com 06-03-2008 at 22:40:00

Revisions

Name On Details
Herm Fischer 06-03-2008 at 22:40:00 Defined the function
Herm Fischer 19-12-2012 at 15:00:00 Clarified that sets are formed from the sequences, removing duplicates in the process of forming sets, and that operation is on the members of the (deduplicated) sets.